home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / inittab < prev    next >
Text File  |  2005-01-13  |  2KB  |  51 lines

  1. #
  2. # /etc/inittab:  This file describes how the INIT process should set up
  3. #                the system in a certain run-level.
  4. #
  5. # Author:  Miquel van Smoorenburg, <miquels@cistron.nl>
  6. # Modified by:  Patrick J. Volkerding, <volkerdi@ftp.cdrom.com>
  7. # Modified by:  Daniel Robbins, <drobbins@gentoo.org>
  8. # Modified by:  Martin Schlemmer, <azarah@gentoo.org>
  9. #
  10. # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/inittab,v 1.6 2003/01/06 21:32:43 azarah Exp $
  11.  
  12. #
  13. # Default runlevel.
  14. id:3:initdefault:
  15.  
  16. # System initialization, mount local filesystems, etc.
  17. si::sysinit:/sbin/rc sysinit
  18.  
  19. # Further system initialization, brings up the boot runlevel.
  20. rc::bootwait:/sbin/rc boot
  21.  
  22. l0:0:wait:/sbin/rc shutdown 
  23. l1:S1:wait:/sbin/rc single
  24. l2:2:wait:/sbin/rc nonetwork
  25. l3:3:wait:/sbin/rc default
  26. l4:4:wait:/sbin/rc default
  27. l5:5:wait:/sbin/rc default
  28. l6:6:wait:/sbin/rc reboot
  29. #z6:6:respawn:/sbin/sulogin
  30.  
  31. # TERMINALS
  32. c1:12345:respawn:/sbin/agetty -nl /bin/bashlogin 38400 tty1 linux
  33. c2:12345:respawn:/sbin/agetty -nl /bin/bashlogin 38400 tty2 linux
  34. c3:12345:respawn:/sbin/agetty -nl /bin/bashlogin 38400 tty3 linux
  35. c4:12345:respawn:/sbin/agetty -nl /bin/bashlogin 38400 tty4 linux
  36. c5:12345:respawn:/sbin/agetty -nl /bin/bashlogin 38400 tty5 linux
  37. c6:12345:respawn:/sbin/agetty -nl /bin/bashlogin 38400 tty6 linux
  38.  
  39. # What to do at the "Three Finger Salute".
  40. ca:12345:ctrlaltdel:/sbin/shutdown -r now
  41.  
  42. # Used by /etc/init.d/xdm to control DM startup.
  43. # Read the comments in /etc/init.d/xdm for more
  44. # info. Do NOT remove, as this will start nothing
  45. # extra at boot if /etc/init.d/xdm is not added
  46. # to the "default" runlevel.
  47. x:a:once:/etc/X11/startDM.sh
  48.  
  49. # End of /etc/inittab
  50.  
  51.